Opc.Ua.Core
IEncodeableCollection Constructor(IEnumerable<IEncodeable>)



Opc.Ua Namespace > IEncodeableCollection Class > IEncodeableCollection Constructor : IEncodeableCollection Constructor(IEnumerable<IEncodeable>)
The collection whose elements are copied to the new list.
Initializes the collection from another collection.
Syntax
'Declaration
 
Public Function New( _
   ByVal collection As IEnumerable(Of IEncodeable) _
)
'Usage
 
Dim collection As IEnumerable(Of IEncodeable)
 
Dim instance As New IEncodeableCollection(collection)
public IEncodeableCollection( 
   IEnumerable<IEncodeable> collection
)
public:
IEncodeableCollection( 
   IEnumerable<IEncodeable^>^ collection
)

Parameters

collection
The collection whose elements are copied to the new list.
Exceptions
ExceptionDescription
collection is null.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IEncodeableCollection Class
IEncodeableCollection Members
Overload List